Skip to content

Conversation

@anonrig
Copy link
Member

@anonrig anonrig commented Jul 7, 2025

Summary

  • Adds node:http and node:https modules

Required by cloudflare/workerd#4456

@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented Jul 7, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Added support for node:http and node:https modules in the documentation, enhancing the Node.js API coverage.

  • Updated Node.js to the latest LTS version (v22)
  • Introduced documentation for node:http and node:https modules
  • Fixed formatting errors across the documentation

Modified Files

  • src/content/docs/workers/runtime-apis/nodejs/url.mdx

Added Files

  • src/content/docs/workers/runtime-apis/nodejs/http.mdx
  • src/content/docs/workers/runtime-apis/nodejs/https.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @kodster28, @cloudflare/wrangler, @cloudflare/workers-runtime-1, @cloudflare/wrangler

@vicb
Copy link
Contributor

vicb commented Jul 7, 2025

Thanks @anonrig Could you please add details about Agents?

@anonrig
Copy link
Member Author

anonrig commented Jul 7, 2025

Thanks @anonrig Could you please add details about Agents?

@vicb Agent acts as a stub. It's not intended for usage, and not yet fully implemented.

@anonrig anonrig force-pushed the yagiz/update-nodejs branch from a13d4fd to 6ddc2a0 Compare July 16, 2025 15:11
Copy link
Contributor

@jasnell jasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few remaining nits but also happy to make improvements incrementally

Copy link
Member

@dario-piotrowicz dario-piotrowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, I just left a few small comments 🙂

});
```

## request
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a comment somewhere that appears to have been marked resolved about how these should include links to the relevant node.js docs for these methods. I still think we should include those links.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean the header should be a link to node.js docs? Can you be specific?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasnell is the current state sufficient?

@anonrig anonrig force-pushed the yagiz/update-nodejs branch from 3d014d9 to bc74bec Compare July 17, 2025 19:18
@anonrig anonrig force-pushed the yagiz/update-nodejs branch from 4434ec0 to 5198119 Compare July 17, 2025 19:22
Copy link
Contributor

@jasnell jasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can make further improvements in follow up

@anonrig anonrig merged commit fae7c6f into production Jul 17, 2025
11 checks passed
@anonrig anonrig deleted the yagiz/update-nodejs branch July 17, 2025 20:31
sdnts pushed a commit to sdnts/cloudflare-docs that referenced this pull request Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:workers Related to Workers product size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.